Skip to content

Conversation

NePonpon
Copy link
Member

@NePonpon NePonpon commented Oct 5, 2025

チケット URL

GH-916

対応内容・対応背景・妥協点

自然湧きの処理を追加しました。
シルバーフィッシュやウォーデンの置換処理も含んでいます
プレイヤー(entity:player)が範囲内にいない場合は、ヴェックスに置き換わり、自然湧きの負荷を軽減します

やったこと

  • functions -> funciton
  • natural_spawn_○○ -> natural_spawn/○○
    この例に従わない変更もあります
  • シルバーフィッシュとウォーデンのフォルダをnatural_spawnへ移動
  • settings:enemy/(loot_table) -> settings:entity/
    • custom_model_dataの形式を1->{"float":[1]}へ仮変更

テスト

  • 一般的な自然湧き
    • export_mob_v2.04を使用してください
    • サバイバル状態で検証してください (クリエイティブならヴェックスのテストがしやすいです)
    • 自然湧きのトリガーはクリーパーなのでスポーンエッグから出すと検証しやすいです
  • シルバーフィッシュ
    • area:skylandsでないと出現しません

チェックリスト (ガイドライン)

@NePonpon NePonpon requested a review from a team as a code owner October 5, 2025 16:40
@github-actions github-actions bot added the 1-21-4 MCver1.21.4で確認された問題 label Oct 5, 2025
@NePonpon NePonpon linked an issue Oct 5, 2025 that may be closed by this pull request
Copy link
Contributor

@yabane yabane left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

自然湧き・紙魚・ウォーデン全て正常に動きました。

@NePonpon NePonpon merged commit 8368e58 into releases/1-21-4 Oct 14, 2025
7 checks passed
@NePonpon NePonpon deleted the feature/natural-spawn branch October 14, 2025 03:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

1-21-4 MCver1.21.4で確認された問題

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[feature] 自然湧きなどの置換処理

2 participants